home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00815.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  152 b   |  11 lines

  1. on mouseUp
  2.   killpup()
  3.   cursor(4)
  4.   set the movieRate of sprite 2 to 0
  5.   if the machineType = 256 then
  6.     go("bwin")
  7.   else
  8.     go("bb")
  9.   end if
  10. end
  11.